Fixed the FAQ location in the warning produced here.
authorMartyn James Russell <mr@src.gnome.org>
Fri, 27 Jun 2008 11:51:40 +0000 (11:51 +0000)
committerMartyn James Russell <mr@src.gnome.org>
Fri, 27 Jun 2008 11:51:40 +0000 (11:51 +0000)
* gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
in the warning produced here.

svn path=/trunk/; revision=20693

ChangeLog
gtk/gtkcontainer.c

index ee2b99e91b070485a920053a2975a5ec6c9ef846..c092eb8572ae05f3cb8bff40c15491dbadb43431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-27  Martyn Russell  <martyn@imendio.com>
+
+       Bug 540318 - Invalid URL
+       
+       * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
+       in the warning produced here.
+
 2008-06-27  Michael Natterer  <mitch@imendio.com>
 
        Bug 442042 – GtkScaleButton is too limited
index afb14cde4341c0cca162cc49f049ee478f073475..a93ddeec7c0affe8d71433a845d2256e94190ab9 100644 (file)
@@ -1146,7 +1146,8 @@ gtk_container_add (GtkContainer *container,
     {
       g_warning ("Attempting to add a widget with type %s to a container of "
                  "type %s, but the widget is already inside a container of type %s, "
-                 "the GTK+ FAQ at http://www.gtk.org/faq/ explains how to reparent a widget.",
+                 "the GTK+ FAQ at http://library.gnome.org/devel/gtk-faq/stable/ "
+                 "explains how to reparent a widget.",
                  g_type_name (G_OBJECT_TYPE (widget)),
                  g_type_name (G_OBJECT_TYPE (container)),
                  g_type_name (G_OBJECT_TYPE (widget->parent)));